Learning Scikit-learn: Machine Learning in Python

This notebooks had been tested with the following library versions


In [1]:
import sklearn as sk
import numpy as np
import matplotlib 
import IPython

In [2]:
print sk.__version__
print np.__version__
print matplotlib.__version__
print IPython.__version__


0.15.1
1.8.2
1.3.1
2.1.0